home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000394_fj@iesd.auc.dk_Tue Mar 15 11:26:25 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from iesd.auc.dk by cs.umb.edu with SMTP id AA14660
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 15 Mar 1994 04:27:00 -0500
  3. Received: from loke.iesd.auc.dk (loke.iesd.auc.dk [130.225.48.20]) by iesd.auc.dk (8.6.5/8.6.5) with ESMTP id KAA04905; Tue, 15 Mar 1994 10:26:56 +0100
  4. From: Frank Jensen <fj@iesd.auc.dk>
  5. Received: from localhost (fj@localhost) by loke.iesd.auc.dk (8.6.4/8.6.4) id KAA24056; Tue, 15 Mar 1994 10:26:25 +0100
  6. Date: Tue, 15 Mar 1994 10:26:25 +0100
  7. Message-Id: <199403150926.KAA24056@loke.iesd.auc.dk>
  8. To: tim@maths.tcd.ie
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <9403141547.aa21764@hamilton.maths.tcd.ie> (message from Timothy Murphy on Mon, 14 Mar 1994 15:47:55 (GMT))
  11. Subject: Re: Kpathsearch -- database searching
  12.  
  13. Tim said:
  14. > I haven't been following this discussion closely,
  15. > and the following remark may be completely foolish --
  16. > but I'd like to suggest that Karl might use
  17. > the standard db/ndb libraries,
  18. > rather than using home-grown db utilities.
  19.  
  20. Hmm.  Standard `db/ndb' libraries?  Never heard of them.  What are
  21. they?
  22.  
  23. Anyway, the term `database' might be a bit misleading (but it does
  24. sound like it is something fancy ;-) It is really just some 50-100
  25. lines of code -- it would probably be overkill to drag in a whole
  26. library to replace that.
  27.  
  28. Actually, you can compare the `database' to a symbol table within a
  29. traditional compiler, except that it is much less sophisticated.  It
  30. only associates a string (a path) with each key (file name).
  31.  
  32. /Frank